home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
Itch
/
work_info
/
xmasCard.dcr
/
00097_utilities.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-07
|
246 b
|
11 lines
on readPos nam
a = []
repeat with x = 1 to 120
if the type of sprite x = 16 then
if (the member of sprite x).name = nam then
add(a, point(the locH of sprite x, the locV of sprite x))
end if
end if
end repeat
end